From ad2ed880fe0eae0f8af3944e8ad420597a55664e Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 23 Aug 2005 19:48:28 +0000 Subject: [PATCH] g/c extra test. Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c b/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c index 3163ee5666..a4d5f11aaa 100644 --- a/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c +++ b/linux-2.6-xen-sparse/drivers/xen/blkback/xenbus.c @@ -81,18 +81,6 @@ static void frontend_changed(struct xenbus_watch *watch, const char *node) return; } - /* Domains must use same shared frame for all vbds. */ - if (evtchn != be->blkif->remote_evtchn || - sharedmfn != be->blkif->shmem_frame) { - xenbus_dev_error(be->dev, err, - "Shared frame/evtchn %li/%u not same as" - " old %li/%u", - sharedmfn, evtchn, - be->blkif->shmem_frame, - be->blkif->remote_evtchn); - return; - } - /* Supply the information about the device the frontend needs */ err = xenbus_transaction_start(be->dev->nodename); if (err) { -- 2.30.2